home *** CD-ROM | disk | FTP | other *** search
- object CompileProgressForm: TCompileProgressForm
- Left = 25
- Top = 457
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Compiling...'
- ClientHeight = 190
- ClientWidth = 278
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 15
- object Prompt1: TLabel
- Left = 8
- Top = 20
- Width = 83
- Height = 15
- Alignment = taRightJustify
- Caption = 'Destination:'
- end
- object Prompt2: TLabel
- Left = 8
- Top = 52
- Width = 83
- Height = 15
- Alignment = taRightJustify
- Caption = 'Adding:'
- end
- object Prompt3: TLabel
- Left = 8
- Top = 108
- Width = 83
- Height = 15
- Alignment = taRightJustify
- Caption = 'Compiled Size:'
- end
- object DoneBtn: TBitBtn
- Left = 92
- Top = 152
- Width = 81
- Height = 28
- Caption = 'Done'
- Default = True
- ModalResult = 1
- TabOrder = 0
- Visible = False
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000012000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333330000003333388333333333330000003333911833333983330000003333
- 9111833391183300000033339111183911118300000033333911118111118300
- 000030000091111111183300000030FFFFF9111111833300000030FFFFFF1111
- 18333300000030FFFFFF911118333300000030FFFFF9111118333300000030FF
- FF91118111833300000030FFF91118F911183300000030FFF9118FFF91118300
- 000030FFFF91FFFF09111300000030FFFFFFFFFF0391930000003088CCCCCC88
- 0333330000003078CCCCCC780333330000003000000000000333330000003333
- 33333333333333000000}
- end
- object StopBtn: TBitBtn
- Left = 92
- Top = 152
- Width = 81
- Height = 28
- Cancel = True
- Caption = 'Stop'
- TabOrder = 1
- OnClick = StopBtnClick
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330B00000000
- 003333000000000000333330EEEEEEEE0333333000000000033333330BFBFBF0
- 33333330BFBFBFBF03333330FBFBFBFBF0333330BFB8800FB0333330FBFBFBF0
- F0333330BFBFBFB0B0333330F0F0F0F0F0333330B0B0B0B003333330F0F0F0F0
- 33333330B0B0B0B03333333300F0F00333333333330000333333}
- end
- object DestPrompt: TEdit
- Left = 96
- Top = 16
- Width = 173
- Height = 23
- Cursor = crArrow
- AutoSelect = False
- AutoSize = False
- ReadOnly = True
- TabOrder = 2
- Text = 'DestPrompt'
- end
- object FilePrompt: TEdit
- Left = 96
- Top = 48
- Width = 173
- Height = 23
- Cursor = crArrow
- AutoSelect = False
- AutoSize = False
- ReadOnly = True
- TabOrder = 3
- Text = 'FilePrompt'
- end
- object SizePrompt: TEdit
- Left = 96
- Top = 104
- Width = 173
- Height = 23
- Cursor = crArrow
- AutoSelect = False
- AutoSize = False
- ReadOnly = True
- TabOrder = 4
- Text = 'SizePrompt'
- end
- object ProgressBar: TProgressBar
- Left = 96
- Top = 76
- Width = 173
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 5
- end
- object BlinkTimer: TTimer
- Enabled = False
- OnTimer = BlinkTimerTimer
- Left = 20
- Top = 136
- end
- end
-